// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-01B TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Fairwell Festival: Billy Strings, CAAMP & Brandi Carlile - 3 Day Pass','Deschutes County Fairgrounds Expo Center','Redmond, OR','Friday','7/19/2024','TBD','6267815','Fairwell-Festival--Billy-Strings--CAAMP---Brandi-Carlile---3-Day-Pass-7-19-2024'],['FairWell Festival: CAAMP, Ryan Bingham, The Texas Gentlemen & Leann Rimes (Time: TBD) - Saturday','Deschutes County Fairgrounds Expo Center','Redmond, OR','Saturday','7/20/2024','12:00 PM','6267817','FairWell-Festival--CAAMP--Ryan-Bingham--The-Texas-Gentlemen---Leann-Rimes--Time--TBD----Saturday-7-20-2024'],['Bulls, Bands And Barrels: Dylan Gossett','Freeman Coliseum','San Antonio, TX','Saturday','8/10/2024','7:00 PM','6427906','Bulls--Bands-And-Barrels--Dylan-Gossett-8-10-2024'],['Dylan Gossett','Hurricane Harry's','College Station, TX','Friday','9/6/2024','TBD','6397240','Dylan-Gossett-9-6-2024'],['Dylan Gossett','House Of Blues - Houston','Houston, TX','Saturday','9/7/2024','7:00 PM','6396739','Dylan-Gossett-9-7-2024'],['Dylan Gossett','Stubbs Waller Creek Amphitheater','Austin, TX','Tuesday','9/10/2024','8:00 PM','6396741','Dylan-Gossett-9-10-2024'],['Dylan Gossett','Tannahill's Tavern and Music Hall','Fort Worth, TX','Thursday','9/12/2024','8:00 PM','6406822','Dylan-Gossett-9-12-2024'],['Dylan Gossett','Tannahill's Tavern and Music Hall','Fort Worth, TX','Friday','9/13/2024','8:00 PM','6396744','Dylan-Gossett-9-13-2024'],['Dylan Gossett','The Fonda Theatre','Los Angeles, CA','Tuesday','9/17/2024','8:30 PM','6407020','Dylan-Gossett-9-17-2024'],['Dylan Gossett','The Fonda Theatre','Los Angeles, CA','Wednesday','9/18/2024','8:30 PM','6396875','Dylan-Gossett-9-18-2024']],'"Dylan Gossett"','https://www.ticketnetwork.com');